home *** CD-ROM | disk | FTP | other *** search
- ; Installer script for Ensemble Verbes patch
- ; $VER: Install_Patch 1.0 (28.3.95)
-
- (set newdest
- (askdir
- (prompt "Select the directory where \"Ensemble Verbes\" was installed")
- (default @default-dest)
- (help "You must tell the installer where \"Ensemble Verbes\" is located.")
- (newpath)
- )
- )
-
- (if
- (exists (tackon newdest "Verbes"))
- (
- (working "Patching Ensemble Verbes to V1.2")
- (copyfiles (source (tackon newdest "Verbes")) (dest "t:"))
- (run (cat "sc:c/spatch -o" (tackon newdest "Verbes") " -pVerbes.pch t:Verbes"))
- (delete "t:Verbes")
- )
- )
-